home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F24962_SplPage.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.4 KB  |  48 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 1999                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10. // SplPage.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CSplinePage dialog
  15.  
  16. class CSplinePage : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CSplinePage(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CSplinePage)
  24.     enum { IDD = IDD_PP_SPLINE };
  25.     UINT    m_nSegments;
  26.     BOOL    m_bControlPoints;
  27.     BOOL    m_bFrame;
  28.     BOOL    m_bSmoothing;
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CSplinePage)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.  
  42.     // Generated message map functions
  43.     //{{AFX_MSG(CSplinePage)
  44.         // NOTE: the ClassWizard will add member functions here
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.